stack: Remove nonexisting api from headers
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 16:33:49 +0000 (12:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 16:43:11 +0000 (12:43 -0400)
The homogeneous property was dropped a while ago.

gtk/gtkstack.h

index fd797c93a25041980e09497d92f3aa339dec4322..efe9168fc7503cd8a526206fe784998d894ffb46 100644 (file)
@@ -146,11 +146,6 @@ void                   gtk_stack_set_visible_child_full  (GtkStack
                                                           const gchar            *name,
                                                           GtkStackTransitionType  transition);
 GDK_AVAILABLE_IN_ALL
-void                   gtk_stack_set_homogeneous         (GtkStack               *stack,
-                                                          gboolean                homogeneous);
-GDK_AVAILABLE_IN_ALL
-gboolean               gtk_stack_get_homogeneous         (GtkStack               *stack);
-GDK_AVAILABLE_IN_ALL
 void                   gtk_stack_set_hhomogeneous        (GtkStack               *stack,
                                                           gboolean                hhomogeneous);
 GDK_AVAILABLE_IN_ALL